x86: allow LZO compressed bzImage to be used as Dom0 kernel
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 15 Jun 2010 12:19:33 +0000 (13:19 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 15 Jun 2010 12:19:33 +0000 (13:19 +0100)
commitd371fcc85bac2de69b34a0d28293202a3b33cdef
tree21331ef473dcf3f0a1482c06ee0a8cb2c3f7f00c
parent135259fa862febfd04b98d12acf3ab897aa85312
x86: allow LZO compressed bzImage to be used as Dom0 kernel

... since recently Linux added this as another kernel compression
method, and we already have LZO compression in the tree (from tmem),
so that only glue logic is needed.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/common/Makefile
xen/common/decompress.c
xen/common/unlzo.c [new file with mode: 0644]
xen/include/xen/decompress.h